Conversation
|
I like the idea, but there should be a way to toggle this behavior (framework.conf setting, environment variable, ...). The correct synopsis prefix for the commit would be 'common.postinst:', not 'dkms:' |
@anbe42 if you think we should have these guidelines in a |
3fd3608 to
703c538
Compare
|
I have taken your suggestions and made the appropriate changes. |
|
@cshirron sorry for the delay. Can you please make the necessary adjustments so that the pipelines pass? Thanks. |
703c538 to
22251de
Compare
|
Sorry for the delay, forgot completely. Checking now. |
|
A small change required for Would be nice to have a test case for this. Sorry again for the delay, thanks. |
In the postinst script, if we hit an error building for one kernel, record the error and continue on to the next kernel. When done, exit with the value of any recorded error. This allows us to do a best- effort build for all installed kernels. Allow this feature to be turned off if this behavior isn't desired.
22251de to
515c97d
Compare
In the postinst script, if we hit an error building for one kernel, record the error and continue on to the next kernel. When done, exit with the value of any recorded error. This allows us to do a best-effort build for all installed kernels.